home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 432_01 / ptmid3 / samples.h < prev    next >
C/C++ Source or Header  |  1994-07-01  |  281b  |  17 lines

  1. /*
  2.  * samples.c: Header for routines for Ptmid to deal with samples.
  3.  *
  4.  * author: Andrew Scott
  5.  *
  6.  * date: 30/6/1994
  7.  */
  8.  
  9. #ifndef _SAMPLESH
  10. #define _SAMPLESH
  11.  
  12. unsigned FreqGetFn(Sz fnSample);
  13.  
  14. long LenOutPfileFn(FILE *pfileOut, Sz fnSample, int fSignout);
  15.  
  16. #endif
  17.